-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bitmasked-option for tbr analysis #808
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #808 +/- ##
==========================================
+ Coverage 94.89% 94.92% +0.02%
==========================================
Files 49 49
Lines 7478 7502 +24
==========================================
+ Hits 7096 7121 +25
+ Misses 382 381 -1
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
clang-tidy review says "All clean, LGTM! 👍" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM, but I'd wait for @PetroZarytskyi's review.
I am wondering if we could draw some inspiration from LLVM's BitmaskEnum? |
I went through their code and read about the BitmaskType in C++?
Is this correct? If so, I think yeah, we should have an interface using this approach. |
Wouldn't |
Ah, Good catch, thanks for pointing this out. |
My bad, I forgot that we are using the first few bits of this same mask for derivative order too (which is unsigned int or a separate enum |
clang-tidy review says "All clean, LGTM! 👍" |
@vaithak, @PetroZarytskyi is that ready to go? |
I have addressed the requested changes, @PetroZarytskyi if this looks good to you then we can go ahead. |
The PR looks good to me. Thank you for the work! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
No description provided.